#include <psptypes.h>
Go to the source code of this file.
Data Structures | |
| struct | _pspUtilityNetconfData |
Typedefs | |
| typedef _pspUtilityNetconfData | pspUtilityNetconfData |
Enumerations | |
| enum | pspUtilityNetconfActions { PSP_NETCONF_ACTION_CONNECTAP, PSP_NETCONF_ACTION_DISPLAYSTATUS, PSP_NETCONF_ACTION_CONNECT_ADHOC } |
| enum | pspUtilityNetconfStatus { PSP_NETCONF_STATUS_INIT = 1, PSP_NETCONF_STATUS_RUNNING, PSP_NETCONF_STATUS_FINISHED } |
Functions | |
| int | sceUtilityNetconfInitStart (pspUtilityNetconfData *data) |
| Init the Network Configuration Dialog Utility. | |
| int | sceUtilityNetconfShutdownStart (void) |
| Shutdown the Network Configuration Dialog Utility. | |
| int | sceUtilityNetconfUpdate (int unknown) |
| Update the Network Configuration Dialog GUI. | |
| int | sceUtilityNetconfGetStatus (void) |
| Get the status of a running Network Configuration Dialog. | |
|
|
|
|
|
|
|
|
|
|
|
Get the status of a running Network Configuration Dialog.
|
|
|
Init the Network Configuration Dialog Utility.
|
|
|
Shutdown the Network Configuration Dialog Utility.
|
|
|
Update the Network Configuration Dialog GUI.
|
1.4.6